home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 60914 / 60914.xpi / chrome / content / setdesktopbackgroundoverlay.xul < prev    next >
Extensible Markup Language  |  2010-01-20  |  1KB  |  40 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE window SYSTEM "chrome://personasrotator/locale/setdesktopbackgroundoverlay.dtd">
  3.  
  4. <overlay id="setdesktopbackground-overlay"
  5.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  6.     xmlns:html="http://www.w3.org/1999/xhtml">
  7.  
  8.     <script type="application/x-javascript" src="chrome://personasrotator/content/personasrotatorrdf.js"/>    
  9.     <script type="application/x-javascript" src="chrome://personasrotator/content/personasrotatorfileio.js"/>
  10.     <script type="application/x-javascript" src="chrome://personasrotator/content/setdesktopbackgroundoverlay.js"/>
  11.     
  12.     <stringbundleset>
  13.     
  14.         <stringbundle id="overlayBundle" src="chrome://personasrotator/locale/setdesktopbackgroundoverlay.properties"/>
  15.             
  16.     </stringbundleset>
  17.     
  18.     <groupbox align="center" hidden="true" class="personasrotatorgroupbox">
  19.         
  20.         <caption label="&setdesktopbackgroundoverlay.Collection;" />
  21.     
  22.         <hbox pack="center">
  23.         
  24.             <vbox pack="center">
  25.             
  26.                 <description id="savedescription">&setdesktopbackgroundoverlay.SavePersonaTo;:</description>
  27.             
  28.             </vbox>
  29.             
  30.             <menulist label="&setdesktopbackgroundoverlay.ChooseCollection;" width="150" id="collist">
  31.             
  32.               <menupopup id="collistpopup"></menupopup>
  33.               
  34.             </menulist>
  35.         
  36.         </hbox>
  37.         
  38.     </groupbox>
  39.     
  40. </overlay>